home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / fnordadl / fn132bin.zoo / man / doorwrap.man < prev    next >
Encoding:
Text File  |  1991-09-02  |  1.6 KB  |  52 lines

  1.  
  2.  
  3. DOORWRAP(1)          FNORDADEL BBS SOFTWARE           DOORWRAP(1)
  4.  
  5. NAME
  6.      doorwrap.tos - wrapper for doors that don't take arguments
  7.      properly
  8.  
  9. SYNOPSIS
  10.      doorwrap doorname [args]
  11.  
  12. DESCRIPTION
  13.      Arguments may be passed to programs using a variety of
  14.      internal conventions.  Atari has sanctioned one method,
  15.      known as ARGV, and this is what Fnordadel uses to pass argu-
  16.      ments to doors.  However, we have seen programs that do not
  17.      like this, and expect arguments in some other fashion.
  18.      Doorwrap is intended to allow you to run these doors by tak-
  19.      ing the arguments you give it and passing them to the door
  20.      in the old-fashioned way.
  21.  
  22.      To use doorwrap, simply prepend the full pathname of the
  23.      doorwrap program to the entry in ctdldoor.sys for the
  24.      offending door program.  For example, if you have a program
  25.      called foobar.tos which isn't taking its arguments
  26.      correctly, and its line in ctdldoor.sys looks like
  27.  
  28.      foobar  ut  c:\blort\foobar.tos -dv
  29.  
  30.      you may try changing the line to
  31.  
  32.      foobar  ut  c:\fnordbin\doorwrap.tos c:\blort\foobar.tos -dv
  33.  
  34. NOTES
  35.      There is no guarantee, of course, that this program will
  36.      solve any given problem, but it's worth a try.
  37.  
  38.      The ``old-fashioned way'' of passing arguments enforces a
  39.      limit of 126 characters on command lines.  This shouldn't be
  40.      a problem.
  41.  
  42.      Doorwrap does not pass the environment to the door program,
  43.      so if the door program is expecting the read environment
  44.      variables it will be out of luck.  This was done on purpose.
  45.  
  46. SEE ALSO
  47.      The Fnordadel Reference Manual
  48.  
  49. AUTHOR
  50.      Adrian Ashley (elim@secret).
  51.  
  52.